All Questions
5 questions
1vote
1answer
734views
Bash script to parse XML color file
I have an XML color file that I want to transform to a Kotlin equivalent. Given this input file colors.xml <?xml version="1.0" encoding="utf-8" standalone="no"?> &...
2votes
0answers
496views
How to download media content from XML feeds
For the past few years, I've been using Newsboat for to follow RSS feeds with text, and a web-based RSS reader for feeds with images/videos/gifs. However, I'd like to bring all of my RSS feeds over to ...
2votes
2answers
3kviews
Script to grep xml file and redirect output to files based off results
So i'm trying to write a simple script that'll parse a xml file and redirect output to a new file based off the name of the category it was found under. For example this is what the XML file looks ...
0votes
1answer
2kviews
how to parse the xml that have multiple properties and names
if we are having a XML script like this , How to get the value of a particular name using XML parsing <?XML> <conf> <prop><name>something</name><value>1</value&...
2votes
7answers
10kviews
How to get all numbers out of a string and add them?
I have to parse a .xml file generated to summarize the results of a running a testSuite on some software. In a line I have, for example: <Summary failed="10" notExecuted="0" timeout="0" pass="...